User-Defined Popup Help in Xdialog
/documentation/pages/Guides/Desktop/Xdialog/User-Defined Popup Help in Xdialog.xml
The new a5_showPopupHelp() makes it very easy to put help buttons on an Xdialog that the user can click for additional help. The help can be defined using Xdialog or HTML. (See example in Learning Xdialog.)
Xdialog Help Pages
/documentation/pages/Index/Xdialog Help Pages.xml
[Xdialog Function Reference]
Learning Xbasic - Classes
/documentation/pages/Guides/Xbasic/Xbasic Classes/index.xml
Learn how to create Xbasic classes in these articles that discuss everything from the basics of creating a class, inheritance, and testing classes.
HtmlHost Xdialog command
/documentation/pages/Guides/Desktop/Xdialog/Controls/HtmlHost/HtmlHost Xdialog command.xml
Similar to conditional expressions, enable/disable and show/hide expressions , a5:style allows the style of an htmlhost tag to be a calculated value.
MDI Xdialog Framework
/documentation/pages/Guides/Desktop/Xdialog/MDI Xdialog Framework.xml
You can take advantage of a technique for creating MDI Xdialogs. Refer to the sample 'Learning Xdialog' database that ships with Alpha Anywhere and refer to the 'mdi_xdialog_frameworkV8' script. The main difference between the new technique, and the technique described here is that in the new technique, a 'context' is established and the menu and toolbar are instantiated in that 'context'. This is done in the Xdialog's OnInit event. It is no longer necessary to instantiate the menus and toolbars in the onactivate event and then destroy them in the ondeactivate event.
Xdialog HTML
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/HTML/index.xml
Commands for embedding HTML to an Xdialog.
Xdialog Buttons
/documentation/pages/Guides/Desktop/Xdialog/Controls/Buttons/index.xml
Guides relating to Xdialog buttons.
Embedded HTML in Xdialog
/documentation/pages/Guides/Desktop/Xdialog/Embedded HTML in Xdialog.xml
It is easy to embed HTML into Xdialog. You can simply use the {html}, or {htmlIE} command, rather than defining and placing the Internet Explorer ActiveX control in your Xdialog.
New In Xdialog
/documentation/pages/Guides/Desktop/Xdialog/Xdialog.xml
Header sections, the Xdialog genie, embedded browses on xdialogs, {Title} command, user defined dock panels and more.
Learning Xbasic - Using Xbasic with SQL Tables
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic/Learning Xbasic - Using Xbasic with SQL Tables.xml
A tutorial about learning Xbasic. Includes a number of videos and procedural guides for working with Xbasic and sql tables.